Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22395 | GEN003410 | SV-26565r1_rule | ECLP-1 | Medium |
Description |
---|
If the at directory has an extended ACL, unauthorized users could be allowed to view or to edit files containing sensitive information within the at directory. Unauthorized modifications could result in Denial of Service to authorized at jobs. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-39269r1_chk ) |
---|
Check the permissions of the directory. # ls -lLd /var/spool/cron/atjobs If the permissions include a "+", the directory has an extended ACL and this is a finding. |
Fix Text (F-23811r1_fix) |
---|
Remove the extended ACL from the file. # getfacl /var/spool/cron/atjobs Remove each ACE returned. # setfacl -d [ACE] /var/spool/cron/atjobs |